From: Kenichi Handa Date: Thu, 13 Sep 2007 10:50:51 +0000 (+0000) Subject: (struct glyph_string): Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~24424^2~336 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3620bc51f4116fe4d4dd2ccbdf24ddc4fb33be85;p=emacs.git (struct glyph_string): Fix previous change. --- diff --git a/src/dispextern.h b/src/dispextern.h index 7aab192448d..6241b5aa2c5 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1224,11 +1224,13 @@ struct glyph_string *clip_tail, not including their overhangs. */ struct glyph_string *clip_head, *clip_tail; +#ifdef USE_FONT_BACKEND /* The current clipping areas. */ NativeRectangle clip[2]; /* Number of clipping areas. */ int num_clips; +#endif /* USE_FONT_BACKEND */ struct glyph_string *next, *prev; };